method ReadableStream.[Symbol.asyncIterator]
Jump to headingReadableStream.[Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>
Parameters Jump to heading
optional
Jump to headingoptions: ReadableStreamIteratorOptions
Return Type Jump to heading
AsyncIterableIterator<R>